- UD_SYN_ATT
alias UD_SYN_ATT = ud_translate_att
Undocumented in source.
- UD_SYN_INTEL
alias UD_SYN_INTEL = ud_translate_intel
Undocumented in source.
- da_ud_decode
alias da_ud_decode = uint function(ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_disassemble
alias da_ud_disassemble = uint function(ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_get_user_opaque_data
alias da_ud_get_user_opaque_data = void* function(const ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_init
alias da_ud_init = void function(ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_input_end
alias da_ud_input_end = int function(const ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_input_skip
alias da_ud_input_skip = void function(ud*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_insn_asm
alias da_ud_insn_asm = const(ubyte)* function(const ud* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_insn_hex
alias da_ud_insn_hex = const(ubyte)* function(ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_insn_len
alias da_ud_insn_len = uint function(const ud* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_insn_off
alias da_ud_insn_off = uint64_t function(const ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_insn_opr
alias da_ud_insn_opr = const(ud_operand)* function(const ud* u, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_insn_ptr
alias da_ud_insn_ptr = const(uint8_t)* function(const ud* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_lookup_mnemonic
alias da_ud_lookup_mnemonic = const(ubyte)* function(ud_mnemonic_code c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_opr_is_gpr
alias da_ud_opr_is_gpr = int function(const ud_operand* opr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_opr_is_sreg
alias da_ud_opr_is_sreg = int function(const ud_operand* opr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_asm_buffer
alias da_ud_set_asm_buffer = void function(ud* u, char* buf, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_input_buffer
alias da_ud_set_input_buffer = void function(ud*, const(uint8_t)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_input_file
alias da_ud_set_input_file = void function(ud*, FILE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_input_hook
alias da_ud_set_input_hook = void function(ud*, input_hook_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_mode
alias da_ud_set_mode = void function(ud*, uint8_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_pc
alias da_ud_set_pc = void function(ud*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_sym_resolver
alias da_ud_set_sym_resolver = void function(ud* u, sym_resolver_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_syntax
alias da_ud_set_syntax = void function(ud*, translator_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_user_opaque_data
alias da_ud_set_user_opaque_data = void function(ud*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_set_vendor
alias da_ud_set_vendor = void function(ud*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_translate_att
alias da_ud_translate_att = void function(ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_ud_translate_intel
alias da_ud_translate_intel = void function(ud*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ud_decode
da_ud_decode ud_decode;
Undocumented in source.
- ud_disassemble
da_ud_disassemble ud_disassemble;
Undocumented in source.
- ud_get_user_opaque_data
da_ud_get_user_opaque_data ud_get_user_opaque_data;
Undocumented in source.
- ud_init
da_ud_init ud_init;
Undocumented in source.
- ud_input_end
da_ud_input_end ud_input_end;
Undocumented in source.
- ud_input_skip
da_ud_input_skip ud_input_skip;
Undocumented in source.
- ud_insn_asm
da_ud_insn_asm ud_insn_asm;
Undocumented in source.
- ud_insn_hex
da_ud_insn_hex ud_insn_hex;
Undocumented in source.
- ud_insn_len
da_ud_insn_len ud_insn_len;
Undocumented in source.
- ud_insn_off
da_ud_insn_off ud_insn_off;
Undocumented in source.
- ud_insn_opr
da_ud_insn_opr ud_insn_opr;
Undocumented in source.
- ud_insn_ptr
da_ud_insn_ptr ud_insn_ptr;
Undocumented in source.
- ud_lookup_mnemonic
da_ud_lookup_mnemonic ud_lookup_mnemonic;
Undocumented in source.
- ud_opr_is_gpr
da_ud_opr_is_gpr ud_opr_is_gpr;
Undocumented in source.
- ud_opr_is_sreg
da_ud_opr_is_sreg ud_opr_is_sreg;
Undocumented in source.
- ud_set_asm_buffer
da_ud_set_asm_buffer ud_set_asm_buffer;
Undocumented in source.
- ud_set_input_buffer
da_ud_set_input_buffer ud_set_input_buffer;
Undocumented in source.
- ud_set_input_file
da_ud_set_input_file ud_set_input_file;
Undocumented in source.
- ud_set_input_hook
da_ud_set_input_hook ud_set_input_hook;
Undocumented in source.
- ud_set_mode
da_ud_set_mode ud_set_mode;
Undocumented in source.
- ud_set_pc
da_ud_set_pc ud_set_pc;
Undocumented in source.
- ud_set_sym_resolver
da_ud_set_sym_resolver ud_set_sym_resolver;
Undocumented in source.
- ud_set_syntax
da_ud_set_syntax ud_set_syntax;
Undocumented in source.
- ud_set_user_opaque_data
da_ud_set_user_opaque_data ud_set_user_opaque_data;
Undocumented in source.
- ud_set_vendor
da_ud_set_vendor ud_set_vendor;
Undocumented in source.
- ud_translate_att
da_ud_translate_att ud_translate_att;
Undocumented in source.
- ud_translate_intel
da_ud_translate_intel ud_translate_intel;
Undocumented in source.